String Schema
AccommodationCheckInOutType Complex Type
Description
Check In and/or Check Out Date and Time, either (Request) requested by customer or (Response) confirmed by ServiceProvider
Namespace http://string.drv.de/xmlschema/string
Overview
AccommodationCheckInOutType
Check In and/or Check Out Date and Time, either (Request) requested by customer or (Response) confirmed by ServiceProvider
CheckIn optional DateTimeType Simple Type
CheckOut optional DateTimeType Simple Type
Used By
CheckInOut Element
CheckInOut Element
Attributes
NameTypeUseDefaultFixedDescription
CheckInDateTimeType Simple Typeoptional   
CheckOutDateTimeType Simple Typeoptional   
Source
<xs:complexType name="AccommodationCheckInOutType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Check In and/or Check Out Date and Time, 
either (Request) requested by customer 
or (Response) confirmed by ServiceProvider</xs:documentation>
  </xs:annotation>
  <xs:attribute name="CheckIn" type="DateTimeType" />
  <xs:attribute name="CheckOut" type="DateTimeType" />
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.